home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / e / powerd0.06 / modules / devices / bootblock.m < prev    next >
Text File  |  1999-11-30  |  121b  |  9 lines

  1. OBJECT BB
  2.     ID[4]:UBYTE,
  3.     ChkSum:LONG,
  4.     DOSBlock:LONG
  5.  
  6. CONST    BOOTSECTS=2,
  7.         BBNAME_DOS=$444F5300,
  8.         BBNAME_KICK=$4B49434B
  9.